home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Utilitare / picozip / PicoZipSetup.exe / {app} / PicoZip.exe / 0 / RCDATA / TFMEXTRACTDLG / TFMEXTRACTDLG.txt
Text File  |  2004-09-09  |  6KB  |  253 lines

  1. object fmExtractDlg: TfmExtractDlg
  2.   Left = 347
  3.   Top = 200
  4.   Width = 457
  5.   Height = 376
  6.   HelpContext = 530
  7.   ActiveControl = cbDestination
  8.   BorderIcons = [biSystemMenu, biMaximize]
  9.   Caption = 'Extract'
  10.   Color = clBtnFace
  11.   Constraints.MinHeight = 376
  12.   Constraints.MinWidth = 457
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   OldCreateOrder = False
  19.   Position = poScreenCenter
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object paBottom: TPanel
  23.     Left = 0
  24.     Top = 310
  25.     Width = 449
  26.     Height = 37
  27.     Align = alBottom
  28.     BevelOuter = bvNone
  29.     TabOrder = 3
  30.     object bbExtract: TBitBtn
  31.       Left = 105
  32.       Top = 5
  33.       Width = 75
  34.       Height = 25
  35.       Caption = '&Extract'
  36.       Default = True
  37.       TabOrder = 0
  38.       OnClick = bbExtractClick
  39.     end
  40.     object bbCancel: TBitBtn
  41.       Left = 187
  42.       Top = 5
  43.       Width = 75
  44.       Height = 25
  45.       Cancel = True
  46.       Caption = '&Cancel'
  47.       ModalResult = 2
  48.       TabOrder = 1
  49.       NumGlyphs = 2
  50.     end
  51.     object bbHelp: TBitBtn
  52.       Left = 270
  53.       Top = 5
  54.       Width = 75
  55.       Height = 25
  56.       Cancel = True
  57.       Caption = '&Help'
  58.       TabOrder = 2
  59.       OnClick = bbHelpClick
  60.       NumGlyphs = 2
  61.     end
  62.   end
  63.   object paTop: TPanel
  64.     Left = 0
  65.     Top = 0
  66.     Width = 449
  67.     Height = 52
  68.     Align = alTop
  69.     BevelOuter = bvNone
  70.     TabOrder = 0
  71.     DesignSize = (
  72.       449
  73.       52)
  74.     object laExtractTo: TLabel
  75.       Left = 8
  76.       Top = 8
  77.       Width = 275
  78.       Height = 13
  79.       Caption = 'Extract &To (Will be automatically created if does not exist) :'
  80.       FocusControl = cbDestination
  81.     end
  82.     object sbUpdateTreeView: TSpeedButton
  83.       Left = 416
  84.       Top = 24
  85.       Width = 23
  86.       Height = 21
  87.       Hint = 'Display in tree view below'
  88.       Anchors = [akTop, akRight]
  89.       Glyph.Data = {
  90.         42010000424D4201000000000000760000002800000011000000110000000100
  91.         040000000000CC00000000000000000000001000000010000000000000000000
  92.         BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  93.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  94.         7777700000007770000777777777700000007770FB0774444444700000007770
  95.         BF0777777777700000007770F007777777777000000077700077777777777000
  96.         0000777777777777777770000000700700700700700070000000777777777777
  97.         7777700000007070000777777770700000007070BF0770000070700000007770
  98.         FB0777777777700000007070B007777777707000000070700077777777707000
  99.         0000777777777777777770000000700700700700700070000000777777777777
  100.         777770000000}
  101.       OnClick = sbUpdateTreeViewClick
  102.     end
  103.     object cbDestination: TRegComboBox
  104.       Left = 8
  105.       Top = 24
  106.       Width = 404
  107.       Height = 21
  108.       Hint = 'Enter the directory to extract to'
  109.       AutoComplete = False
  110.       AutoDropDown = True
  111.       Anchors = [akLeft, akTop, akRight]
  112.       ItemHeight = 13
  113.       TabOrder = 0
  114.       RegAutoFindValue = True
  115.       RegAutoFindDelay = 500
  116.       RegAutoFindCaseSensitive = False
  117.       RegEnabled = True
  118.       RegLocation = CurrentUser
  119.       RegKey = '\Software\PicoZip\MRUExtract'
  120.       RegMaxCount = 20
  121.       RegSaveOnExit = True
  122.     end
  123.   end
  124.   object paRight: TPanel
  125.     Left = 280
  126.     Top = 52
  127.     Width = 169
  128.     Height = 258
  129.     Align = alRight
  130.     BevelOuter = bvNone
  131.     TabOrder = 2
  132.     object laOpenExplorer: TLabel
  133.       Left = 35
  134.       Top = 227
  135.       Width = 70
  136.       Height = 13
  137.       Caption = 'after extracting'
  138.       OnClick = laOpenExplorerClick
  139.     end
  140.     object rgFiles: TRadioGroup
  141.       Left = 8
  142.       Top = 15
  143.       Width = 153
  144.       Height = 62
  145.       Caption = '&Files To Extract'
  146.       ItemIndex = 0
  147.       Items.Strings = (
  148.         'Selected Files'
  149.         'All Files')
  150.       TabOrder = 0
  151.     end
  152.     object gbExtractOptions: TGroupBox
  153.       Left = 8
  154.       Top = 84
  155.       Width = 153
  156.       Height = 121
  157.       Caption = 'Extract Options'
  158.       TabOrder = 1
  159.       object ckRestoreFolders: TCheckBox
  160.         Left = 8
  161.         Top = 19
  162.         Width = 137
  163.         Height = 17
  164.         Caption = '&Restore original folders'
  165.         Checked = True
  166.         State = cbChecked
  167.         TabOrder = 0
  168.       end
  169.       object ckConfirmOverwrites: TCheckBox
  170.         Left = 8
  171.         Top = 38
  172.         Width = 137
  173.         Height = 17
  174.         Caption = 'Confirm file &overwrites'
  175.         Checked = True
  176.         State = cbChecked
  177.         TabOrder = 1
  178.       end
  179.       object ckRestoreAttributes: TCheckBox
  180.         Left = 8
  181.         Top = 77
  182.         Width = 137
  183.         Height = 17
  184.         Caption = 'Restore file &attributes'
  185.         TabOrder = 3
  186.       end
  187.       object ckCreateDirectories: TCheckBox
  188.         Left = 8
  189.         Top = 58
  190.         Width = 137
  191.         Height = 17
  192.         Caption = 'Create &stored directories'
  193.         Checked = True
  194.         State = cbChecked
  195.         TabOrder = 2
  196.       end
  197.       object ckDateAttribute: TCheckBox
  198.         Left = 8
  199.         Top = 97
  200.         Width = 137
  201.         Height = 17
  202.         Caption = 'Restore file &dates'
  203.         TabOrder = 4
  204.       end
  205.     end
  206.     object ckOpenExplorer: TCheckBox
  207.       Left = 16
  208.       Top = 213
  209.       Width = 145
  210.       Height = 17
  211.       Caption = 'Open in Windows Explorer '
  212.       TabOrder = 2
  213.     end
  214.   end
  215.   object paLeft: TPanel
  216.     Left = 0
  217.     Top = 52
  218.     Width = 280
  219.     Height = 258
  220.     Align = alClient
  221.     BevelOuter = bvNone
  222.     TabOrder = 1
  223.     DesignSize = (
  224.       280
  225.       258)
  226.     object laDestinationFolder: TLabel
  227.       Left = 8
  228.       Top = 4
  229.       Width = 118
  230.       Height = 13
  231.       Caption = 'Select Dest&ination Folder'
  232.     end
  233.     object ststvExplorerTree: TStShellTreeView
  234.       Left = 8
  235.       Top = 20
  236.       Width = 265
  237.       Height = 234
  238.       CompressedColor = clBlue
  239.       ExpandInterval = 2000
  240.       Filtered = False
  241.       Options = [toAllowRename, toExpandTopNode, toShellMenu, toShowHidden]
  242.       SpecialRootFolder = sfDesktop
  243.       SpecialStartInFolder = sfNone
  244.       OnFolderSelected = ststvExplorerTreeFolderSelected
  245.       Indent = 19
  246.       ParentColor = False
  247.       ShowRoot = False
  248.       TabOrder = 0
  249.       Anchors = [akLeft, akTop, akRight, akBottom]
  250.     end
  251.   end
  252. end
  253.